home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / braunusa.dir / 00319_Script_319 < prev    next >
Text File  |  1994-11-29  |  309b  |  12 lines

  1. global CAPSULEGlow
  2.   set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 20 to 0
  5.   updateStage
  6. if CAPSULEGlow = 0 then
  7.   go to frame "PASSWORD2" OF MOVIE "MODLE3B"
  8. else
  9.   if CAPSULEGlow = 1 then
  10.     go to frame "PASSWORD1" OF MOVIE "MODLE3B"
  11.   end if
  12. end if